home *** CD-ROM | disk | FTP | other *** search
- <!---------------------------------------------------------------------------------------
- ThumbHTML - Linked image template
- -------------------------------
-
- This is the template for the HTML pages generated by ThumbHTML for each individual image
- You can edit this as necessary to customise the appearance of your pages.
- The following 'macro' elements are available, and will be substituted with the corresponding
- item by ThumbHTML wherever they appear in the template:
-
- <!--title--> Page title
- <!--imagenumber--> Image number
- <!--imagenumberfilenamerow--> Image number and filename on one row
- <!--filename--> Filename
- <!--photodatetime--> Date and time of image
- <!--photodata--> Picture data
- <!--leftnavlinks--> Navigation links (left)
- <!--mainpicture--> Block of code containing the image itself
- <!--rightnavlinks--> Navigation links (right)
- <!--copyright--> Copyright information, if it exists
- <!--caption--> Picture comments/caption
- <!--backtolink--> Link to calling page and home page (if different)
- <!--alsoavailable--> Links to other sizes of this image
- <!--progver--> ThumbHTML version
- <!--date(mm/dd/yyyy)--> Current date (replace date format as required)
- <!--date--> Current date (use date provided by ThumbHTML)
- <!--time(hh:mm)--> Current time (replace time format as required)
- <!--year--> Current year
- <!--footer--> Footer (can include other macros)
-
- Jeff Waldock, February 4, 2003.
- ------------------------------------------------------------------------------------------>
- <html><head>
- <meta name="generator" content="ThumbHTML v<!--progver-->">
- <title><!--title--></title>
- <script language="JavaScript">
- <!--
- if (document.images) {
- var start1 = new Image()
- start1.src = "navstart.gif"
- var start2 = new Image()
- start2.src = "navstartu.gif"
- var back1 = new Image()
- back1.src = "navleft.gif"
- var back2 = new Image()
- back2.src = "navleftu.gif"
- var next1 = new Image()
- next1.src = "navright.gif"
- var next2 = new Image()
- next2.src = "navrightu.gif"
- var end1 = new Image()
- end1.src = "navend.gif"
- var end2 = new Image()
- end2.src = "navendu.gif"
- }
- function act(imgName) {
- if (document.images) document[imgName].src=eval(imgName+'2.src')
- }
- function inact(imgName) {
- if (document.images) document[imgName].src=eval(imgName+'1.src')
- }
- //-->
- </script>
- <link rel="stylesheet" type="text/css" href="photos.css">
- </head>
- <body>
- <center>
- <H1><!--title--></H1>
- <hr size=1 width="50%" align="center">
- <table width="610" cellpadding="0" cellspacing="2">
- <!--imagenumberfilenamerow-->
- <tr><td class="photodatetime"><!--photodatetime--></td><td class="photodata"><!--photodata--></td></tr>
- </table>
- <table cellpadding="0" cellspacing="0"><tr><td>
- <!--leftnavlinks-->
- <!--mainpicture-->
- <!--rightnavlinks-->
- </td></tr></table>
- <table cellpadding="0" cellspacing="0" width="610">
- <tr><td colspan="2" class="photodata"><!--copyright--></td></tr>
- <tr><td colspan="2" class="caption"><!--caption--></td></tr>
- <tr><td colspan="2"> </td></tr>
- <tr><td valign="top">
- <!--backtolink-->
- </td>
- <td valign="top" width="100%" class="alsoavailable">
- <!--alsoavailable-->
- </td></tr>
- </table>
- </center>
- <!--footer-->
-